home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir34 / dos999.zip / 3503.TXT < prev    next >
Text File  |  1993-04-13  |  4KB  |  77 lines

  1. ___________________________________________________________________________
  2. STACKER NOTE                                                   STACKER NOTE
  3. Title: Stacker and the Tandy Sensation! 
  4. STAC FAX Index #3503 - 02/08/93                        
  5. ___________________________________________________________________________    
  6.                    
  7.  
  8. Background.
  9.  
  10.    Tandy's  Sensation Computer is a Multimedia compatible  486SX  with  a
  11.    built  in CD-ROM drive. The compatibility issue with Tandy's Sensation
  12.    Computer  revolves  around the fact that some of  the  software  which
  13.    comes  with  this  system makes direct hardware calls  to  the  CD-ROM
  14.    drive.   The  actual  CD-ROM is capable of being setup  as  any  drive
  15.    letter.  However, the software included with this system requires  the
  16.    CD-ROM drive to be accessed as drive D:.
  17.  
  18.    Tandy  National  Technical Support is suggesting  to  their  Sensation
  19.    customers  who are using Stacker, to utilize the ASSIGN  command  from
  20.    DOS  to reassign letters so that the CD-ROM drive appears as drive D:.
  21.    This approach has worked in many instances.
  22.  
  23. Procedure.
  24.  
  25.    The  first  thing  that  Stacker users will need  to  do  is  properly
  26.    configure  the  CD-ROM  drive on their Tandy Sensation  to  work  with
  27.    Stacker.  Use following procedure to accomplish this task.
  28.  
  29.    1.   CONFIG.SYS  -   Here is a sample  Config.sys. It is recommended 
  30.    that the CD-ROM   Device Driver be loaded after  SSWAP.COM as shown.
  31.  
  32.    DEVICE=C:\DOS\SETVER.EXE (this is required if running under DOS 5.0)
  33.    DEVICE=C:\STACKER\STACKER.COM  *  C:\STACVOL.DSK .....etc.
  34.    DEVICE=C:\STACKER\SSWAP.COM C:\STACVOL.DSK /SYNC
  35.  
  36.    DEVICE=SONYCDU.SYS or DEVICE=PCD650S.SYS [/D:name /B:xxx /M:mode]
  37.  
  38.    2.  AUTOEXEC.BAT -  The CD-ROM drive letter is assigned here with
  39.    the /L: parameter on the MSCDEX command line.  Take note of the Stacker  
  40.    drive  letter  assignments at boot time.  For example, to determine 
  41.    which drive letters Stacker has been given, type: 
  42.           
  43.    C:\STACKER\STACKER      <ENTER>
  44.  
  45.    The output will look similar to:
  46.    STACKER - Stac Electronics, Carlsbad, CA
  47.    Drive C: was drive D: at boot time   [ D:\STACVOL.DSK ]
  48.    Drive D: was drive C: at boot time
  49.  
  50.    Set  the  CD-ROM to the next available drive letter. In this  example,
  51.    drive  E:  is  available  for the CD-ROM.  In Autoexec.bat  you  would
  52.    assign drive E: on the MSCDEX command line,
  53.            
  54.    MSCDEX /D:name /M:x /V /L:letter /E
  55.    Change /L:Letter to /L:E
  56.    MSCDEX /D:name /M:x /V  /L:E  /E
  57.  
  58.    Now that the CD-ROM drive has been configured to function with Stacker
  59.    installed, it is necessary to reassign the CD-ROM back to drive  D:  so
  60.    that the Tandy software will recognize it.
  61.  
  62.    1.   Place  an  asterisk  on  the  STACKER.COM  device  line  in
  63.    CONFIG.SYS.   The Asterisk should be placed in front of the reference to 
  64.    the Stacvol.dsk file as in the following example.
  65.           
  66.    DEVICE=C:\STACKER\STACKER.COM   *   C:\STACVOL.DSK
  67.  
  68.    2.   Add the ASSIGN command to the AUTOEXEC.BAT file below below
  69.    the MSCDEX command line as follows, and then reboot:    ASSIGN D: E:
  70.  
  71.    The  result  of this procedure is that the Tandy CD-ROM software  will
  72.    now  recognize  the CD-ROM drive as D:.  Drive F: and  Drive  D:  will
  73.    appear  as having the same data on them because they are actually  the
  74.    same drive.
  75. ___________________________________________________________________________
  76. Copyright 1993,  Stac Electronics
  77.